home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1996 October
/
MacFormat CD Edition MF42 (October 1996).ISO
/
mac
/
MacFormat 42 Browser
/
SOURCES
/
oDemos3_47.k
< prev
next >
Wrap
Text File
|
1996-08-07
|
2KB
|
86 lines
object oDemos3_47 is cDefaultContainer
with
Binder is oBinder;
Label is -1;
Items is [
oChaos_Demo_47_5,
oBack_button_47_2,
oNext_Button_47_3,
oMenu_Button_47_4
];
end;
object oChaos_Demo_47_5 is cPictureHandler
with
Duration is -1;
Supplier is oChaos_Demo_183_;
Behavior is cVRBehavior
has
with
Enabled is true; Shown is true;
X is 0; Y is 0; Width is 640; Height is 480;
end;
end;
object oBack_button_47_2 is cPictureHandler
with
Duration is -1;
Supplier is oBack_button_66_;
Behavior is cVRBehavior
has
MouseUp(theTarget, theX, theY)
do
oBinder.Goto(oDemos2_43);
oBinder.Refresh();
oBinder.SetTransition(oDissolve, 30);
end;
with
Enabled is true; Shown is true;
X is 26; Y is 360; Width is 90; Height is 39;
end;
end;
object oNext_Button_47_3 is cPictureHandler
with
Duration is -1;
Supplier is oNext_Button_67_;
Behavior is cVRBehavior
has
MouseUp(theTarget, theX, theY)
do
oBinder.Goto(oDemos4_49);
oBinder.Refresh();
oBinder.SetTransition(oDissolve, 30);
end;
with
Enabled is true; Shown is true;
X is 26; Y is 300; Width is 90; Height is 39;
end;
end;
object oMenu_Button_47_4 is cPictureHandler
with
Duration is -1;
Supplier is oMenu_Button_49_;
Behavior is cVRBehavior
has
MouseUp(theTarget, theX, theY)
do
oBinder.Goto(oMain_Menu_2);
oBinder.Refresh();
oBinder.SetTransition(oDissolve, 30);
end;
with
Enabled is true; Shown is true;
X is 26; Y is 420; Width is 90; Height is 39;
end;
end;